FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.ita.aws#1.2.0 (140 ms)

Package kbv.ita.aws
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.ita.aws@1.2.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Krankenbefoerderung_Befoerderungsmittel_Optionen_42019
Url https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Krankenbefoerderung_Befoerderungsmittel_Optionen_42019
Version 1.2.0
Status active
Name KBV_EX_AW_Krankenbefoerderung_Befoerderungsmittel_Optionen_42019
Experimental False
Copyright Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.
Type Extension
Kind complex-type

Resources that use this resource

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Krankenbefoerderung_42019 KBV_PR_AW_Krankenbefoerderung_42019

Resources that this resource uses

No resources found



Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Krankenbefoerderung_Befoerderungsmittel_Optionen_42019",
  "version" : "1.2.0",
  "name" : "KBV_EX_AW_Krankenbefoerderung_Befoerderungsmittel_Optionen_42019",
  "status" : "active",
  "publisher" : "Kassenärztliche Bundesvereinigung (KBV)",
  "copyright" : "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    }
  ],
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [
    {
      "type" : "element",
      "expression" : "ServiceRequest.performer"
    }
  ],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Extension",
        "path" : "Extension",
        "short" : "Beförderungsmittel Option",
        "definition" : "In dieser Extension werden zusätzliche Optionen zum Beförderungsmittel dokumentiert. Siehe Muster 4 Ausfüllhilfe Nummer 11/12"
      },
      {
        "id" : "Extension.extension",
        "path" : "Extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Extension.extension:rollstuhl",
        "path" : "Extension.extension",
        "sliceName" : "rollstuhl",
        "short" : "Rollstuhl",
        "definition" : "In diesem Element wird angegeben, ob ein Rollstuhl notwendig ist.\r\n0 = Kein Rollstuhl notwendig\r\n1 = Rollstuhl notwendig",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Extension.extension:rollstuhl.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "rollstuhl"
      },
      {
        "id" : "Extension.extension:rollstuhl.value[x]",
        "path" : "Extension.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Extension.extension:rollstuhl.value[x]:valueBoolean",
        "path" : "Extension.extension.value[x]",
        "sliceName" : "valueBoolean",
        "min" : 1,
        "type" : [
          {
            "code" : "boolean"
          }
        ]
      },
      {
        "id" : "Extension.extension:tragestuhl",
        "path" : "Extension.extension",
        "sliceName" : "tragestuhl",
        "short" : "Tragestuhl",
        "definition" : "In diesem Element wird angegeben, ob ein Tragestuhl notwendig ist.\r\n0 = Kein Tragestuhl notwendig\r\n1 = Tragestuhl notwendig",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Extension.extension:tragestuhl.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "tragestuhl"
      },
      {
        "id" : "Extension.extension:tragestuhl.value[x]",
        "path" : "Extension.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Extension.extension:tragestuhl.value[x]:valueBoolean",
        "path" : "Extension.extension.value[x]",
        "sliceName" : "valueBoolean",
        "min" : 1,
        "type" : [
          {
            "code" : "boolean"
          }
        ]
      },
      {
        "id" : "Extension.extension:liegend",
        "path" : "Extension.extension",
        "sliceName" : "liegend",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.\r\n0 = nicht liegend\r\n1 = liegend",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Extension.extension:liegend.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "liegend"
      },
      {
        "id" : "Extension.extension:liegend.value[x]",
        "path" : "Extension.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Extension.extension:liegend.value[x]:valueBoolean",
        "path" : "Extension.extension.value[x]",
        "sliceName" : "valueBoolean",
        "min" : 1,
        "type" : [
          {
            "code" : "boolean"
          }
        ]
      },
      {
        "id" : "Extension.extension:ktw_begruendung",
        "path" : "Extension.extension",
        "sliceName" : "ktw_begruendung",
        "short" : "KTW Begründung",
        "definition" : "In diesem Element wird die Begründung zur Nutzung des KTW hinterlegt, da mediznisch-fachliche Betreuung und/oder Einrichtung notwendig ist.\r\n0 = nicht Begründung hinterlegt\r\n1 = Begründung hinterlegt",
        "max" : "1"
      },
      {
        "id" : "Extension.extension:ktw_begruendung.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "ktw_begruendung"
      },
      {
        "id" : "Extension.extension:ktw_begruendung.value[x]",
        "path" : "Extension.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Extension.extension:ktw_begruendung.value[x]:valueString",
        "path" : "Extension.extension.value[x]",
        "sliceName" : "valueString",
        "min" : 1,
        "type" : [
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Extension.url",
        "path" : "Extension.url",
        "fixedUri" : "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Krankenbefoerderung_Befoerderungsmittel_Optionen_42019"
      },
      {
        "id" : "Extension.value[x]",
        "path" : "Extension.value[x]",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.